home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
binding
/
IWatcherSetupUtil.as
< prev
next >
Wrap
Text File
|
2008-10-29
|
184b
|
10 lines
package mx.binding
{
public interface IWatcherSetupUtil
{
function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void;
}
}